home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / autowrks / esiinit.dcl < prev    next >
Encoding:
Text File  |  1993-07-20  |  2.1 KB  |  79 lines

  1. esi_init : dialog {
  2.           width = 50;
  3.           fixed_width = true; 
  4.           : row {
  5.             : column {
  6.               width = 14;
  7.               fixed_width = true;
  8.             : image {
  9.                 key = "fontview";
  10.                 color = graphics_background;
  11.                 width = 13;
  12.                 height = 5;
  13.                 fixed_width = true;
  14.                 is_tab_stop = false;
  15.             }// end image
  16.             }// end column
  17.             : column {
  18.                 width = 36;
  19.                 fixed_width = true;
  20.                 fixed_height = true;
  21.             : text {
  22.                key = "title";
  23.                alignment = left;
  24.                width = 35;
  25.                fixed_width = true;
  26.                is_tab_stop = false;
  27.             }
  28.             : text {
  29.                key = "title0";
  30.                alignment = left;
  31.                width = 35;
  32.                fixed_width = true;
  33.                is_tab_stop = false;
  34.             }
  35.             : text {
  36.                key = "title1";
  37.                alignment = left;
  38.                width = 35;
  39.                fixed_width = true;
  40.                is_tab_stop = false;
  41.             }
  42.             : text {
  43.                key = "title2";
  44.                alignment = left;
  45.                width = 35;
  46.                fixed_width = true;
  47.                is_tab_stop = false;
  48.             }
  49.             }// end column
  50.           }// end row
  51.           spacer;
  52.           spacer;
  53.           : text {
  54.              key = "client1";
  55.              alignment = centered;
  56.              is_tab_stop = false;
  57.           }
  58.           spacer;
  59.           : boxed_row {
  60.             label = "Licensed to:";
  61.           : text {
  62.              key = "client";
  63.              alignment = left;
  64.              is_tab_stop = false;
  65.           }
  66.           }// end boxed_row
  67.           spacer;
  68.           spacer;
  69.           spacer;
  70.           : text {
  71.              key = "owner";
  72.              alignment = centered;
  73.              width = 50;
  74.              fixed_width = true;
  75.              is_tab_stop = false;
  76.           }
  77.          spacer;
  78.          ok_only;
  79. }